home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / grafix / 3d / dust / dusthelp2 / interpolatedata < prev    next >
Text File  |  1996-02-26  |  707b  |  15 lines

  1.   COMMAND INTERPOLATEDATA
  2. -----------------------------------------------------------------
  3.     Purpose: read in data-points from a file, interpolate 
  4.              the data using splines specified by the global
  5.              parameters SPLINETYPE, SPLINEENDS and SPLINESUBDIV
  6.              and save it
  7.       Usage: INTERPOLATEDATA([<src-filename>],[<dest-filename>])
  8.    Examples: interpolatedata()
  9.              interpolatedata(in)
  10.              interpolatedata(in,out)
  11.       Notes: 1. You can use this command to get an overview about the
  12.                 different Dust-Splines (use gnuplot)
  13.              2. The data-file must have at least one column of data,
  14.                 all columns will be interpolated
  15.